@charset "utf-8";
div
{
    background-image: 120px;

}
p0
{
    font-family: Impact, Arial, Verdana, serif;
    font-size: 36px;
    color: white;
    text-shadow: 1px 1px 2px white, 0 0 1em yellow, 0 0 0.2em black;
}
p,p1
{
    font-family: Impact, Arial, Verdana, serif;
    color: white;
    font-size: 24px;
}
p2
{
    font-family: Impact, Arial, Verdana, serif;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    color: white;
    font-size: 22px;
    text-shadow: 0 0 2px #000000;;
}
p3
{
    font-family: Impact, Arial, Verdana, serif;
    color: white;
    font-size: 18px;
}
p4
{
    font-size: 16px;
    color: white;
    text-decoration: underline;
}
p5
{
    padding-left:15px ;
    color : white;
    font-size: 26px;
}
h1
{
    text-align: center;
    font-size: 45px;
    color: red;
}
h2
{
    text-align: center;
    text-decoration: underline;
    font-size: 35px;
    color: red;
    position: relative;
    top: -30px;
}
b
{
    color:black;
}
img
{
    width:240px;
    height:100px;
    position: relative;
    top: 30px;
}
li
{
    font-style: 15px;

}
nav
{
    display : inline-block;
    width : 150px;
    border : 2px solid white;
    vertical-align: top;
    padding-left: 5px;
    background-color: rgb(39, 207, 223);
    -ms-grid-row-span: 1;
}
.footers
{
    position: relative;
    top: 200px;
}